COM CLASS AVAILABLE
This command determines whether a COM class is available and can be loaded with LOAD COM CLASS. The name usually consist of the name of the registered DLL (without extension) followed by a dot and the actual class name.
ARGUMENTS:
* Class Name = The class name to check
RETURNS:
1 if the class is available, otherwise 0.
SYNTAX
Return Integer=COM CLASS AVAILABLE(Class Name)
RELATED INFO
View COM, ActiveX, .NET Index
View STYX Index
View STYX Main File
